home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / pyshared / python_gnutls-1.2.0.egg-info < prev    next >
Encoding:
Python egg package info  |  2010-10-13  |  1.7 KB  |  34 lines

  1. Metadata-Version: 1.0
  2. Name: python-gnutls
  3. Version: 1.2.0
  4. Summary: Python wrapper for the GNUTLS library
  5. Home-page: http://ag-projects.com/
  6. Author: Dan Pascu
  7. Author-email: dan@ag-projects.com
  8. License: LGPL
  9. Download-URL: http://cheeseshop.python.org/pypi/python-gnutls/1.2.0
  10. Description: This package provides a high level object oriented wrapper around libgnutls,
  11.         as well as low level bindings to the GNUTLS types and functions via ctypes.
  12.         The high level wrapper hides the details of accessing the GNUTLS library via
  13.         ctypes behind a set of classes that encapsulate GNUTLS sessions, certificates
  14.         and credentials and expose them to python applications using a simple API.
  15.         
  16.         The package also includes a Twisted interface that has seamless intergration
  17.         with Twisted, providing connectTLS and listenTLS methods on the Twisted
  18.         reactor once imported (the methods are automatically attached to the reactor
  19.         by simply importing the GNUTLS Twisted interface module).
  20.         
  21.         The high level wrapper is written using the GNUTLS library bindings that are
  22.         made available via ctypes. This makes the wrapper very powerful and flexible
  23.         as it has direct access to all the GNUTLS internals and is also very easy to
  24.         extend without any need to write C code or recompile anything.
  25.         
  26.         
  27. Platform: Platform Independent
  28. Classifier: Development Status :: 5 - Production/Stable
  29. Classifier: Intended Audience :: Developers
  30. Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
  31. Classifier: Operating System :: OS Independent
  32. Classifier: Programming Language :: Python
  33. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  34.